home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
text
/
edit
/
WarpMail11.lha
/
WarpMail
/
source
/
o
/
lib-protos.h
< prev
next >
Wrap
Text File
|
1995-05-17
|
1KB
|
33 lines
/* MACHINE GENERATED */
/* init.c */
Prototype void InitC(void);
/* lib.c */
Prototype LibCall struct Library *LibInit (__D0 BPTR);
Prototype LibCall struct Library *LibOpen (__D0 long, __A0 struct Library *);
Prototype LibCall long LibClose (__A0 struct Library *);
Prototype LibCall long LibExpunge(__A0 struct Library *);
/* funcs.c */
Prototype LibCall struct ParserData *MountScanner(void);
Prototype LibCall ULONG StartScanner(__A0 struct GlobalConfig *, __A1 struct EditConfig *, __D0 struct SyntaxChunk *);
Prototype LibCall ULONG CloseScanner(__D0 ULONG);
Prototype LibCall void FlushScanner(__D0 ULONG);
Prototype LibCall void SetupScanner(__A0 struct GlobalConfig *);
Prototype LibCall struct RefreshRequest *BriefScanner(__D0 ULONG, __A0 struct ScannerNotify *);
Prototype LibCall struct SyntaxChunk *ParseLine (__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
Prototype LibCall void UnparseLines(__A0 struct LineNode *, __D0 ULONG);
Prototype LibCall void ParseSection(__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
Prototype struct SyntaxChunk *ParseString(UBYTE *, UWORD, ULONG);
Prototype struct SyntaxChunk *DupStack(struct SyntaxChunk *);
/* tag.a */
Prototype ALibExpunge(), ALibClose(), ALibOpen(), ALibReserved();